ComponentOne ASP.NET MVC Controls
ShowDropDownButton Method (DropDownBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<TControl,TBuilder> Class : ShowDropDownButton Method
The value.
Configurates C1.Web.Mvc.DropDown.ShowDropDownButton. Sets a value indicating whether the control should display a drop-down button.
Syntax
'Declaration
 
Public Function ShowDropDownButton( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder ShowDropDownButton( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<TControl,TBuilder> Class
DropDownBuilder<TControl,TBuilder> Members